LOAD MUSIC

This command will load a music file into the specified music number.

  Syntax
LOAD MUSIC Filename,Music Number
  Parameters
Filename
String
The music number
Music Number
Integer
Specify a music number between 1 and 65535.

  Returns

This command does not return a value.

  Description

The music file must be of the MIDI or MP3 format. The music number should be an integer value.

  Example Code
cls
load music "happy.mp3",1
Play music 1
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index